Skip to content

Commit d0ac04b

Browse files
committed
Modify audit.yml
1 parent cac2d11 commit d0ac04b

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

.github/workflows/audit.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
# schedule:
55
# - cron: "0 0 * * *"
66
push:
7-
# paths:
8-
# - "**/Cargo.lock"
9-
# - "**/Cargo.toml"
10-
# - "**/deny.toml"
7+
paths:
8+
- "**/Cargo.lock"
9+
- "**/Cargo.toml"
10+
- "**/deny.toml"
1111

1212
jobs:
1313

@@ -35,17 +35,9 @@ jobs:
3535
command: check
3636
arguments: --all-features
3737

38-
cargo-deny-taiki:
39-
runs-on: ubuntu-latest
40-
steps:
41-
- uses: actions/checkout@v5
42-
- uses: taiki-e/install-action@cargo-deny
43-
- name: Scan for vulnerabilities
44-
run: cargo deny check advisories
45-
4638
audit-success:
4739
name: Audit success
4840
runs-on: ubuntu-latest
49-
needs: [audit-check, cargo-deny, cargo-deny-taiki]
41+
needs: [audit-check, cargo-deny]
5042
steps:
5143
- run: echo "All audit jobs successfully finished."

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Reduce Image Size
22

3-
[![CI](https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/ci.yml/badge.svg)](https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/ci.yml)
43
[![Crates.io](https://img.shields.io/crates/v/reduce_image_size.svg)](https://crates.io/crates/reduce_image_size)
54
[![docs.rs](https://docs.rs/reduce_image_size/badge.svg)](https://docs.rs/reduce_image_size/)
5+
[![CI](https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/ci.yml/badge.svg)](https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/ci.yml)
6+
[![Security audit](https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/audit.yml/badge.svg)](https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/audit.yml)
67

78
## Description
89
Reduces size of images in a folder (and optionally sub-folders, recursively).

0 commit comments

Comments
 (0)