Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checksec/3.0.0 package update #37086

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions checksec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: checksec
version: 2.7.1
epoch: 1
version: 3.0.0
epoch: 0
description: Binary security checker
copyright:
- license: BSD-3-Clause
Expand All @@ -25,7 +25,7 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/slimm609/checksec.sh
expected-commit: 181cdfa84893a5d72695944efabfa5b56687379c
expected-commit: ff76bcff94f97050d1063ae537d068dffc55f5cb
tag: ${{package.version}}

- runs: |
Expand Down
Loading