Skip to content

Commit

Permalink
changed: small fixes in README.md, build steps and etc
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Jun 14, 2024
1 parent 5771482 commit dd9f22e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
2 changes: 2 additions & 0 deletions .github/dependabot.yml:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[ZoneTransfer]
ZoneId=3
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
# - cron: "00 12 1 * *"
push:
branches: ["main"]
# pull_request:
# branches: ["main"]
pull_request:
branches-ignore: ["main"]

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
command: cves,sbom
image: ghcr.io/ammnt/angie:main
sarif-file: sarif.output.json
summary: true
summary: false

- name: Upload Docker Scout report📊
uses: github/codeql-action/upload-sarif@v3
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Analyze image with Syft💊
uses: anchore/sbom-action@v0.16.0
with:
syft-version: v1.5.0
syft-version: v1.6.0
image: ghcr.io/ammnt/angie:main
artifact-name: image.spdx.json
dependency-snapshot: false
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.yml:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[ZoneTransfer]
ZoneId=3
2 changes: 2 additions & 0 deletions .gitignore:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[ZoneTransfer]
ZoneId=3
2 changes: 2 additions & 0 deletions Dockerfile:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[ZoneTransfer]
ZoneId=3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ https://github.com/quictls/openssl
- Scanned effiniefficiency result with Dive tool;
- Scanned by vulnerability scanners: GitHub, Docker Scout, Snyk, Anchore, Clair and Syft;
- Prioritize ChaCha cipher patch and anonymous signature - removed "Server" header ("banner"):<br>
https://github.com/ammnt/angie/blob/http3/Dockerfile
https://github.com/ammnt/angie/blob/main/Dockerfile

# Note:

Expand Down
2 changes: 2 additions & 0 deletions README.md:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[ZoneTransfer]
ZoneId=3

0 comments on commit dd9f22e

Please sign in to comment.